Skip all LayoutChild when testing
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 26 Mar 2019 18:05:48 +0000 (18:05 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 26 Mar 2019 18:46:55 +0000 (18:46 +0000)
commitfc33bf2d1f666546e474e688fb3f2a8baf0052c1
tree3fdb48c818a743bc0969b62a756ab742c2964219
parentdd5c981b63166149ed3bd909fda7e2ee21eac676
Skip all LayoutChild when testing

GtkLayoutChild instances are created on demand once we have a widget, a
GtkLayoutManager, and a child widget. This makes testing their creation
fairly tricky.

Let's skip them, for the time being.
testsuite/gtk/defaultvalue.c
testsuite/gtk/notify.c
testsuite/gtk/objects-finalize.c